Coerces its arguments to 32ΓÇôbit fixnums. Returns the first argument shifted left by the number of bits which is the second argument, inserting zeros at the right as necessary.
(e::bit-shift-right-arithmetic
<integer> <integer>)
Coerces its arguments to 32ΓÇôbit fixnums. Returns the first argument shifted right by the number of bits which is the second argument, replicating the mostΓÇôsignificant bit at the left as necessary.